* xdisp.c: Rename or move local decls to avoid shadowing.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 6 Mar 2011 08:31:32 +0000 (00:31 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 6 Mar 2011 08:31:32 +0000 (00:31 -0800)
commit24f93084149820ed187a52ea41fe98b289777570
treecb4a2f3419b33613b00457cc32adc9069bdd99f9
parentdc3cbdd82287812f29bb672078f53fc03e935255
parentd8d17eefd3cdad602a39a76d2f06443f6e0c9764
* xdisp.c: Rename or move local decls to avoid shadowing.
Also:
(BUILD_GLYPHLESS_GLYPH_STRING): Omit unused local var.
(produce_glyphless_glyph): Make a pointer "const".
(update_window_cursor):  Now static, since it's not used elsewhere.
(SKIP_GLYPHS): Removed unused macro.